Return to start page
This function takes as a parameters the distance that the parabolic movement should move (d) and the maximum height the projectile will flight (h). So x is a value between 0 and d, and the function will return the height for that value. As a side note, if x < 0 or x > d then this function will return negative values.
-
Core/Maths/Library Real.j
ParabolaZ
- moyack @author Spec @source http://www.wc3c.net/showthread.php?t=102077
-
-